home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ada / c01oop.zip / CPPWKBK / CPPV2-11.CPP < prev    next >
Text File  |  1992-08-25  |  151b  |  6 lines

  1. #define HEADER "C++ Problem 2.1 by Rick Conn using Borland C++"
  2.  
  3. int fcppv21(int x) { // function definition
  4.   return x+1;  // something simple
  5. }
  6.